From: Carol (Nichols || Goulding) Date: Tue, 24 Oct 2017 17:17:27 +0000 (-0400) Subject: try pinning to a nightly of two weeks ago X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~34^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=4f3795b4a87bcb52254567fe1343a124b449d5c8;p=cargo.git try pinning to a nightly of two weeks ago --- diff --git a/.travis.yml b/.travis.yml index c2f7ca36c..e8c14d24a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - env: TARGET=x86_64-unknown-linux-gnu ALT=i686-unknown-linux-gnu - rust: nightly + rust: nightly-2017-10-10 install: - mdbook --help || cargo install mdbook --force script: diff --git a/appveyor.yml b/appveyor.yml index e64eeb279..9f97ed754 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ environment: install: - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly + - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-10-10 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustup target add %OTHER_TARGET% - rustc -V